OpenRoads Designer CONNECT Edition SDK Help

GetPointAtSlope Method

Gets point at given slope

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearPoint GetPointAtSlope(double slope)

Parameters

SettingDescription
   Slope

Return Value

LinearPoint LinearPoint along the profile element

See Also